home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Grafikideer / background_2095.txt < prev    next >
Text File  |  1988-12-19  |  2KB  |  102 lines

  1. -- background: 2095 from stack: in
  2. -- bmap block id: 18370
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=26 top=34 right=54 bottom=358
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 10 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=442 top=33 right=55 bottom=465
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1014 / 1014
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect wipe right
  37.   go to previous card
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 11 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=465 top=33 right=55 bottom=490
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 1013 / 1013
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   visual effect wipe left
  58.   go to next card
  59. end mouseUp
  60.  
  61.  
  62.  
  63.  
  64. -- part 13 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=368 top=31 right=59 bottom=404
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1012 / 1012
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Indeks
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to first card
  79. end mouseUp
  80.  
  81.  
  82.  
  83.  
  84. -- part 14 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=405 top=28 right=62 bottom=438
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 11045 / 11045
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Hjem
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect iris close
  99.   go Home
  100. end mouseUp
  101.  
  102.